.header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  top: 0;
  width: 100%;
  height: 11.65vw;
  line-height: 11.65vw;
  overflow: hidden;
  padding: 0 5.55vw;
  text-align: center;
  z-index: 1000;
  /* background: rgba(255, 255, 255, 0); */
  background: #fff url(../images/icon/logo_blue.png) no-repeat center center;
  background-size: 24% 70%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
/* logo */
.logo {
  display: none;
  position: relative;
  margin: 0 auto;
}
.logo img {
  width: 18.29vw;
  /* height: 52px; */
  margin: 1.28vw auto;
}
.blueLogo {
  position: absolute;
  left: 0;
  top: 0;
}
.menuBtn {
  position: absolute;
  left: 20px;
}
.menuBtn img {
  width: 17px;
  height: 13px;
}
/* tab导航 start */
.tab {
  display: none;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 100%;
  line-height: 4.65vw;
}
.tab ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.tab li {
  float: left;
  text-align: center;
  margin-right: 2.5vw;
  line-height: 4.65vw;
}
.tab .active a {
  opacity: 1;
  border-bottom: 3px solid #1a7bff;
}
.tab li a {
  display: inline-block;
  height: 100%;
  font-size: 1.04vw;
  /* color: #fff; */
  color: #3d3d3d;
  opacity: 0.7;
}
.tab li a:hover {
  opacity: 1;
  border-bottom: 3px solid #1a7bff;
  text-decoration: none;
}
/* tab导航 end */
/* 登录注册按钮 start */
.loginAndRegister {
  position: absolute;
  right: 10px;
}
.loginAndRegister a {
  display: inline-block;
  padding: 2.57vw 2.05vw;
  line-height: 1.93vw;
  /* margin: 1.34vw 0 15px 10px; */
  border-radius: 5px;
  color: #fff;
  font-size: 3.22vw;
  border: 1px solid #fff;
  background: #1a7bff;
}
.loginAndRegister a.userName {
  border: none;
  background: transparent;
  color: #3d3d3d;
}
.loginAndRegister a.userName span {
  display: inline-block;
  height: 100%;
  font-size: 3.22vw;
  color: #3d3d3d;
}
.login a {
  /* border: none; */
  color: #1a7bff;
  border: 1px solid #1a7bff;
  background: transparent;
}
.ul_display_none {
  display: none;
}
/* 登录注册按钮 end */
/* 下拉菜单 start */
.listBox {
  display: none;
  position: fixed;
  top: 4.65vw;
  width: 100%;
  padding: 1.66vw 0 1.38vw;
  background-color: #ffffff;
  -webkit-box-shadow: 0vw 0.36vw 3.07vw 0vw rgba(0, 0, 0, 0.16);
          box-shadow: 0vw 0.36vw 3.07vw 0vw rgba(0, 0, 0, 0.16);
  opacity: 0.92;
  z-index: 1000;
}
.listBox ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.listBox ul li {
  float: left;
  text-align: left;
  margin-right: 2.77vw;
}
.listBox ul li .listTitle {
  font-size: 0.95vw;
  line-height: 2vw;
  letter-spacing: 1px;
  color: #3d3d3d;
  font-weight: 700;
}
.listBox ul li .listItem a p {
  line-height: 1.65vw;
  font-size: 0.83vw;
  color: #4b4b4b;
}
/* 下拉菜单 end */

.menu-mobile {
  display: block;
  position: fixed;
  top: 11.65vw;
  left: -50vw;
  width: 50vw;
  z-index: 100;
  background: #fff;
}
.panel {
  background: #fff;
  border: none;
}
.panel-default>.panel-heading {
  background: #fff;
}














a:link {
  text-decoration: none;
  /* 指正常的未被访问过的链接*/
}

a:visited {
  text-decoration: none;
  /*指已经访问过的链接*/
}

a:hover {
  text-decoration: none;
  /*指鼠标在链接*/
}

a:active {
  text-decoration: none;
  /* 指正在点的链接*/
}









